home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / mlib / doc / compilin.doc next >
Encoding:
Text File  |  1994-04-16  |  1.2 KB  |  22 lines

  1.  
  2. ===============================================================================
  3.             Compiling MLIB
  4. ===============================================================================
  5.  
  6.     Compiling the library may create some problems. My Borland C++ 3.1
  7. compiler hangs often and I have to reboot. Sometimes I can build the whole 
  8. thing in one pass with build.bat, but often I have to build each library
  9. separately. I think that this instability is caused by the complex hierarchy
  10. that the compiler has a hard time handling. Applications also have that
  11. problem if they use a complex windowing system. Anyway, if something does 
  12. not work, delete .exe, .obj, and .cfg, and recreate the makefile. Then 
  13. reboot and try again.
  14.     To compile the library you will have to set all the paths in all the
  15. project files. I hope you have an IDE that takes them. The projects are for
  16. Borland C++ 3.1, so they are not always greeted cheerfully by other IDEs.
  17.     The libraries supplied in this package are compiled for the large
  18. memory model and for a 386. Well, you take it from there. If you have
  19. problems, e-mail me.
  20.  
  21. ===============================================================================
  22.